calling code

英 [ˈkɔːlɪŋ kəʊd] 美 [ˈkɔːlɪŋ koʊd]

网络  调用代码; 呼叫码

计算机



双语例句

  1. Here's the kicker: Neither the calling code nor the invoked method needs to change at all.
    需要附加说明的是:调用代码和被调用方法都不需要变更。
  2. Generally, the handler will run its own postMessage() method to return a message to the calling code, and then the port's start() method generates an enable message process.
    通常,这个处理程序会执行自己的postMessage()方法将消息返回给调用代码,然后port的start()方法就会生成一个启用消息过程。
  3. The Lua interpreter uses a stack interface to communicate with calling code.
    Lua解释器使用一个栈接口来与调用代码通信。
  4. This sort of abstraction is more useful in Java or other strongly-typed languages, because the calling code really does have a dependency on the cache object's type at compile time.
    这种类型的抽象在Java或其他强类型的语言中更有用,因为调用代码实际上依赖编译时的缓存对象的类型。
  5. The beauty of this pattern is that the calling code need not worry about the library the proxy is forwarding to.
    采用这种模式的好处是,调用代码时无需担心代理要转发的库。
  6. Note that with TX_REQUIRED, if the calling code does not start the transaction, then each call, including those to EIS1, will take place as separate transactions& which is not what you want.
    请注意,使用TXREQUIRED时,如果调用代码没有启动事务,那么每个调用,包括对EIS的那些调用,都将作为独立的事务发生,而这可能并不是您想要的。
  7. An example of calling code in the access control hook of an action
    在一个action的accesscontrolhook中调用代码的一个例子如下
  8. More profoundly, the previous version of the code was able to return the toppings panel back to the calling code, and the calling code was then able to add the toppings panel to the parent panel.
    更深入地看,代码的先前版本能够将toppings面板返回给调用代码,并且调用代码随后可以将toppings面板添加到父面板中。
  9. An example of calling code that is a record script called RS_AccessControl
    调用代码的一个例子,其是一个recordscript,名为RSAccessControl
  10. While this is easy to encapsulate, it's still a portability barrier because it requires you to rewrite your lookup and calling code, effectively tying your application to the JBoss platform.
    虽然这样的代码易于封装,但是在可移植性上仍然存在障碍,因为它需要重新编写查找和调用代码,这实际上将应用程序捆绑到了JBoss平台上。
  11. A handler takes a MessageContext and performs actions and returns back to the calling code.
    一个处理程序带有一个MessageContext,它执行操作并且返回到进行调用的代码。
  12. If in the future I change the way I do database access, I can change the contents of the completeTransaction() method without touching the calling code.
    如果以后要改变访问数据库的方式,只需修改completeTransaction()方法的内容,而不必修改调用代码。
  13. To properly account for all of them, you need to be able to tie exceptions together so that the calling code is notified of all the problems the database encountered.
    为了正确地考虑所有错误,需要能够将异常连接在一起,从而让进行调用的代码知道数据库遇到的所有问题。
  14. In this calling code we pass in the parameters DataObject and the name of the data type we want to change.
    在此调用代码中,我们将传入参数DataObject和希望更改的数据类型的名称。
  15. Given a Session provided by the calling code in the JmsTemplate, this class provides a callback interface to create a JMS message.
    JmsTemplate中的调用代码提供了Session类,这个类提供了一个创建JMS消息的回调接口。
  16. Of course, now we must join our calling code with our spawned job to get the synchronous call.
    当然,现在我们必须将调用代码与生成的作业结合起来,以获得同步调用。
  17. Even if you write a lower-level processing component, you know what the calling code might need if a problem crops up.
    即使编写一个低层处理组件,也需要了解当突然发生问题时,调用代码可能需要什么。
  18. That contract does not allow this method to throw a run-time exception ( barring violations of generic type safety that qualify as bugs in the calling code).
    这个合约不允许该方法抛出运行时异常(防止因违反泛型类型安全而成为调用代码中的bug)。
  19. You'll probably want to perform a calculation and return the resulting value to the calling code.
    您可能希望完成一次计算,并将计算结果值返回给调用代码。
  20. This means we cannot inject the entity manager into calling code.
    这意味着我们无法将该实体管理器注入调用代码。
  21. Placing the same security checks on the calling code that appear on the code being called and obligating its callers to do so.
    对被调用代码和调用代码执行同样的安全检查,并强制调用方这样做。
  22. Scala calling Java code is100% seamless.
    Scala可以100%无缝的调用Java代码。
  23. This might produce unexpected results in the calling code.
    这可能会在调用代码中产生意外的结果。
  24. Statement returns control immediately to the calling code.
    语句会立即将控制权返回给调用代码。
  25. Statement several times to return to the calling code when the procedure does not need to do anything else.
    语句多次,以便在过程无需执行任何其他操作时返回到调用代码。
  26. The calling code in the client does not have to know that the call is actually going through a stub.
    客户机的调用代码不需要知道调用实际上是通过存根进行的。
  27. Remove all type arguments from your calling code and let the compiler attempt to do type inference.
    从调用代码中移除所有类型参数,并让编译器尝试进行类型推导。
  28. Add or remove type arguments from your calling code so that the type argument list matches the type parameter list of the version you intend to call.
    在调用代码中添加或移除类型变量,以便类型变量列表与想要调用的版本的类型参数列表匹配。
  29. Return a value to the calling code.
    将值返回给调用代码。
  30. Ensure that the version you intend to call is accessible by the calling code.
    确保想要调用的版本可供调用代码访问。